/*common*/
* {
  padding: 0;
  margin: 0;
}
.mted li {
  margin-top: 20px;
}
ul {
  margin-bottom: 0;
}
ul,
li {
  list-style: none;
}
a,
a:hover,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
a:hover {
  text-decoration: none;
}
h2 {
  font-size: 30px;
}
body {
  font-family: "Microsoft YaHei", Arial;
  background: #fff;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'Impact';
  src: url('../font/impact-2.eot');
  /* IE9 Compat Modes */
  src: url('../font/impact-2.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/impact-2.woff2') format('woff2'), /* Super Modern Browsers */ url('../font/impact-2.woff') format('woff'), /* Pretty Modern Browsers */ url('../font/impact-2.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/impact-2.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
/*index-title*/
.index-title {
  text-align: center;
}
.index-title.white h2 {
  color: #fff;
}
.index-title.bold h2 {
  font-weight: bold;
}
.index-title h2 {
  margin-bottom: 6px;
  color: #333;
  font-size: 40px;
}
.index-title p {
  margin: 0;
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
}
/*breadcrumb*/
.breadcrumb-wrap {
  line-height: 80px;
  border-bottom: 1px solid #dcdcdc;
}
.breadcrumb-wrap .breadcrumb {
  margin: 0;
  padding: 0;
  color: #808080;
  font-size: 16px;
  background: transparent;
}
.breadcrumb-wrap .breadcrumb:before {
  content: '您的位置：';
}
.breadcrumb-wrap .breadcrumb a {
  padding: 0 6px;
  color: #333;
}
.breadcrumb-wrap .breadcrumb a:first-child {
  padding-left: 0;
}
/*pager*/
.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
}
.pager a {
  display: inline-block;
  min-width: 36px;
  line-height: 34px;
  margin: 0 5px;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.pager a.page-num-current {
  color: #fff;
  border-color: #221D19;
  background-color: #221D19;
}
/*around*/
.around {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.around .item {
  margin: 0 10px;
  color: #666;
  font-size: 15px;
}
.around .item a {
  color: #666;
}
.around .item a:hover {
  color: #221D19;
}
/*index*/
.navbar-style {
  max-width: 1920px;
  margin: 0 auto;
}
.navbar-style .dropdown-menu {
  left: -30px;
  width: 180px;
  margin: 0;
  padding: 0 0 10px;
  border: none;
  border-radius: 0;
  background-color: #221D19;
}
.navbar-style .dropdown-menu .dropdown-item {
  line-height: 50px;
  padding: 0;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.navbar-style .dropdown-menu .dropdown-item:last-child {
  border: none;
}
.navbar-style .dropdown-menu .dropdown-item:hover {
  color: #221D19;
  background-color: #fff;
}
.navbar-style .navbar {
  width: 100%;
  min-height: 50px;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-style .navbar .nav-item:hover .nav-link {
  color: #221D19;
  border-bottom: 3px solid #221D19;
}
.navbar-style .navbar .nav-item.active .nav-link {
  color: #221D19;
  border-bottom: 3px solid #221D19;
}
.navbar-style .navbar .nav-item .nav-link {
  padding: 38px 5px;
  font-size: 18px;
  line-height: 41px;
  color: #333;
  border-bottom: 3px solid transparent;
}
.navbar-style .navbar .search {
  padding: 0 25px;
  border-top: 0;
  border-bottom: 0;
}
.navbar-style .navbar .search .open-search {
  display: inline-block;
  padding: 45px 10px;
}
.navbar-style .navbar .search .open-search .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.navbar-style .navbar .search .open-search .icon img {
  width: 100%;
  vertical-align: top;
}
.navbar-style .navbar .search .form-wrap {
  display: none;
  align-items: center;
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 9;
  width: 100%;
  height: 120px;
  padding: 10px 80px 20px 140px;
  background-color: #eee;
}
.navbar-style .navbar .search .form-wrap.show {
  display: flex;
}
.navbar-style .navbar .search .form-wrap form {
  width: 100%;
  margin-right: 80px;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}
.navbar-style .navbar .search .form-wrap form input {
  width: 100%;
  padding: 0 15px;
  background-color: transparent;
  border: none;
  outline: none;
}
.navbar-style .navbar .search .form-wrap .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  overflow: hidden;
}
.navbar-style .navbar .search .form-wrap .icon img {
  width: 100%;
  vertical-align: top;
}
#banner .banner-slider {
  display: flex;
  justify-content: center;
}
#banner .banner-slider img {
  width: 100%;
  max-width: 1920px;
}
#banner .banner-slider .info-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}
#banner .banner-slider .info-wrap .title {
  line-height: 60px;
  margin-bottom: 30px;
  font-size: 60px;
}
#banner .banner-slider .info-wrap .tips {
  font-size: 20px;
}
#banner .banner-button-prev {
  background-image: url("../img/icon-prev.png");
  background-size: 100%;
}
#banner .banner-button-next {
  background-image: url("../img/icon-next.png");
  background-size: 100%;
}
#banner .swiper-pagination {
  bottom: 20px;
}
#banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 0.3;
}
#banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.product-center {
  padding: 60px 0 90px;
}
.product-center .tab {
  margin-bottom: 46px;
  padding: 30px 0 0;
  text-align: center;
  white-space: nowrap;
  overflow: auto;
}
.product-center .tab li {
  display: inline-block;
  margin: 0 10px;
  padding: 0 20px;
  color: #666;
  font-size: 18px;
  text-align: center;
  background-color: #ededed;
  cursor: pointer;
}
.product-center .tab li.active {
  color: #D3C373;
  background-color: #221D19;
}
.product-center .product-list-wrap .list {
  display: flex;
}
.product-center .product-list-wrap .list.hide {
  display: none;
}
.product-center .product-list-wrap .list .info-wrap .title,
.product-center .product-list-wrap .list .info-wrap .tips {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-center .product-list-wrap .list .first-item {
  padding: 30px;
  background-color: #f1f2f6;
}
.product-center .product-list-wrap .list .first-item:hover .img img {
  transform: scale(1.1);
}
.product-center .product-list-wrap .list .first-item .img {
  width: 100%;
  overflow: hidden;
}
.product-center .product-list-wrap .list .first-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.product-center .product-list-wrap .list .first-item .info-wrap {
  padding: 55px 0 43px;
  text-align: center;
}
.product-center .product-list-wrap .list .first-item .info-wrap .title {
  padding-bottom: 6px;
  color: #333;
  font-size: 18px;
}
.product-center .product-list-wrap .list .first-item .info-wrap .tips {
  color: #666;
  font-size: 14px;
}
.product-center .product-list-wrap .list .second-wrap {
  display: flex;
  flex-wrap: wrap;
}
.product-center .product-list-wrap .list .second-wrap .item {
  padding: 30px 0 18px;
  background-color: #fff;
}
.product-center .product-list-wrap .list .second-wrap .item:nth-child(2),
.product-center .product-list-wrap .list .second-wrap .item:nth-child(3) {
  background-color: #fbfbfb;
}
.product-center .product-list-wrap .list .second-wrap .item:last-child {
  background-color: #f1f2f6;
}
.product-center .product-list-wrap .list .second-wrap .item:hover .img img {
  transform: scale(1.1);
}
.product-center .product-list-wrap .list .second-wrap .item .img {
  margin: 0 auto;
  overflow: hidden;
}
.product-center .product-list-wrap .list .second-wrap .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.product-center .product-list-wrap .list .second-wrap .item .info-wrap {
  padding: 14px 0 0;
  text-align: center;
}
.product-center .product-list-wrap .list .second-wrap .item .info-wrap .title {
  padding: 0 20px 6px;
  color: #333;
  font-size: 18px;
}
.product-center .product-list-wrap .list .second-wrap .item .info-wrap .tips {
  padding: 0 20px;
  color: #666;
  font-size: 14px;
}
.why-choose {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 70px;
  height: 660px;
  background: url("../img/why-bg.jpg") no-repeat center center;
}
.why-choose #choose {
  padding-top: 46px;
}
.why-choose #choose .choose-slide {
  margin-right: 20px;
}
.why-choose #choose .choose-slide:last-child {
  margin-right: 0;
}
.why-choose #choose .choose-slide .item {
  width: 100%;
  background: #fff;
}
.why-choose #choose .choose-slide .item:hover .img img {
  transform: scale(1.1);
}
.why-choose #choose .choose-slide .item .img {
  width: 100%;
  overflow: hidden;
}
.why-choose #choose .choose-slide .item .img img {
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}
.why-choose #choose .choose-slide .item .info-wrap {
  height: 120px;
  padding: 15px 20px;
  text-align: center;
}
.why-choose #choose .choose-slide .item .info-wrap .title {
  padding-bottom: 6px;
  color: #333;
  font-size: 20px;
}
.why-choose #choose .choose-slide .item .info-wrap .tips {
  color: #666;
  font-size: 14px;
}
.news-center {
  padding: 60px 0 70px;
}
.news-center .list {
  display: flex;
  padding: 38px 0 30px;
}
.news-center .list .item {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
.news-center .list .item:last-child {
  margin-right: 0;
}
.news-center .list .item:hover .img img {
  transform: scale(1.1);
}
.news-center .list .item:hover .info-wrap .title {
  color: #221D19;
}
.news-center .list .item .img {
  width: 100%;
  overflow: hidden;
}
.news-center .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.news-center .list .item .info-wrap {
  padding: 13px 0 30px;
  border-bottom: 1px solid #e0e0e0;
}
.news-center .list .item .info-wrap:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #221D19;
  transition: width 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}
.news-center .list .item .info-wrap .title {
  padding-bottom: 12px;
  color: #333;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-center .list .item .info-wrap .content {
  line-height: 26px;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-center .list .item .info-wrap .date {
  padding-top: 20px;
  color: #666;
  font-size: 14px;
}
.news-center .more-btn {
  text-align: center;
}
.news-center .more-btn a {
  display: inline-block;
  color: #D3C373;
  font-size: 18px;
  text-align: center;
  background-color: #221D19;
}
.about-us {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 115px;
  height: 500px;
  background: url("../img/about-bg.jpg") no-repeat center center;
}
.about-us .content {
  width: 1000px;
  margin: 0 auto;
  padding: 26px 0 56px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.about-us .more-btn {
  text-align: center;
}
.about-us .more-btn a {
  display: inline-block;
  width: 160px;
  height: 52px;
  line-height: 52px;
  color: #221D19;
  font-size: 20px;
  background-color: #fff;
}
.column {
  padding: 40px 0 70px;
}
.column .list {
  display: flex;
}
.column .list .item {
  margin-right: 20px;
}
.column .list .item:last-child {
  margin-right: 0;
}
.column .list .item:hover .img img {
  transform: scale(1.1);
}
.column .list .item .img {
  width: 100%;
  overflow: hidden;
}
.column .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.column .list .item .info-wrap {
  padding: 20px 30px;
  background-color: #fafafa;
}
.column .list .item .info-wrap .title {
  padding-bottom: 6px;
  color: #333;
  font-size: 20px;
}
.column .list .item .info-wrap .tips {
  color: #666;
  font-size: 14px;
}
/*page-banner*/
.page-banner {
  height: 500px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-banner .page-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 195px;
}
.page-banner .page-title-wrap h1 {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
}
.page-banner .page-title-wrap span {
  display: inline-block;
  width: 56px;
  height: 2px;
  margin-top: 16px;
  background-color: #fff;
}
/*page-sub-nav*/
.page-sub-nav {
  border-bottom: 1px solid #d1d1d1;
}
.page-sub-nav ul {
  display: flex;
  align-items: center;
  height: 80px;
  margin: 0;
  color: #666;
  font-size: 18px;
  white-space: nowrap;
  overflow-x: auto;
}
.page-sub-nav ul li.active a {
  color: #D3C373;
  background-color: #221D19;
}
.page-sub-nav ul li a {
  display: inline-block;
  min-width: 160px;
  line-height: 80px;
  padding: 0 20px;
  color: #666;
  text-align: center;
}
/*page-sub-title*/
.page-sub-title {
  text-align: center;
}
.page-sub-title h2 {
  color: #221D19;
  font-size: 36px;
}
.page-sub-title span {
  display: inline-block;
  width: 56px;
  height: 1px;
  background-color: #E0D06D;
}
/*about*/
.about {
  padding: 60px 0 140px;
}
.about .content {
  padding-top: 28px;
  color: #333;
  font-size: 16px;
}
.about .content p {
  margin-bottom: 0;
}
.about .img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .img img {
  width: 49%;
  margin-bottom: 20px;
}
/*honor*/
.honor {
  padding: 55px 0 85px;
}
.honor .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.honor .list .item {
  margin-bottom: 40px;
  background-color: #f7f7f7;
}
.honor .list .item:hover .img img {
  transform: scale(1.1);
}
.honor .list .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
}
.honor .list .item .img img {
  max-width: 100%;
  max-height: 100%;
  transition: all 1s ease;
}
.honor .list .item .title {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: #333;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*history*/
.history {
  padding: 60px 0 100px;
  background: url("../img/history-bg.png") no-repeat center bottom;
}
.history .history-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}
.history .history-wrap .item {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  border-right: 1px solid #bfbfbf;
}
.history .history-wrap .item:nth-child(odd) {
  justify-self: flex-end;
  flex-direction: row-reverse;
  border-left: 1px solid #bfbfbf;
  border-right: none;
}
.history .history-wrap .item:nth-child(odd) .info-wrap {
  flex-direction: row-reverse;
  padding: 20px 20px 20px 30px;
}
.history .history-wrap .item:nth-child(odd) .info-wrap .info {
  padding-left: 0;
  padding-right: 20px;
  text-align: left;
}
.history .history-wrap .item:nth-child(odd) .node-wrap {
  left: 0;
  flex-direction: row-reverse;
}
.history .history-wrap .item:hover .info-wrap .img img {
  transform: scale(1.1);
}
.history .history-wrap .item .info-wrap {
  display: flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  color: #333;
  background-color: #f7f7f7;
  transition: all 0.5s ease;
}
.history .history-wrap .item .info-wrap .info {
  flex: 1;
  padding-left: 20px;
  text-align: right;
}
.history .history-wrap .item .info-wrap .info .year {
  padding-bottom: 6px;
}
.history .history-wrap .item .info-wrap .info .content {
  color: #666;
}
.history .history-wrap .item .info-wrap .img {
  overflow: hidden;
}
.history .history-wrap .item .info-wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.history .history-wrap .item .node-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  width: 70px;
}
.history .history-wrap .item .node-wrap .round {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #221D19;
  border-radius: 50%;
}
.history .history-wrap .item .node-wrap .line {
  display: inline-block;
  width: 46px;
  height: 1px;
  background-color: #c4c4c4;
}
/*factory*/
.factory {
  padding: 60px 0;
}
.factory #picture {
  margin-bottom: 40px;
}
.factory #picture .img {
  width: 100%;
  height: 880px;
  overflow: hidden;
}
.factory #picture .img:hover img {
  transform: scale(1.1);
}
.factory #picture .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.factory #factory .factory-slide {
  width: 385px;
  margin-right: 20px;
  border: 4px solid transparent;
}
.factory #factory .factory-slide:last-child {
  margin-right: 0;
}
.factory #factory .factory-slide .img {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.factory #factory .factory-slide .img:hover img {
  transform: scale(1.1);
}
.factory #factory .factory-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.factory #factory .swiper-slide-thumb-active {
  border-color: #221D19;
}
.factory #factory .factory-button-prev {
  left: 0;
  transform: translateY(-50%);
  width: 48px;
  height: 260px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("../img/icon-factory-prev.png");
  background-size: 24px;
}
.factory #factory .factory-button-next {
  right: 0;
  transform: translateY(-50%);
  width: 48px;
  height: 260px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("../img/icon-factory-next.png");
  background-size: 24px;
}
/*products*/
.products {
  padding: 55px 0 90px;
}
.products .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.products .list .item {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #c9c9c9;
}
.products .list .item:hover .img img {
  transform: scale(1.1);
}
.products .list .item .img {
  width: 100%;
  overflow: hidden;
}
.products .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.products .list .item .title {
  padding: 38px 0 4px;
  color: #333;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*case*/
.case {
  padding: 55px 0 75px;
}
.case .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case .list .item {
  margin-bottom: 30px;
  background-color: #f7f7f7;
}
.case .list .item:hover .img img {
  transform: scale(1.1);
}
.case .list .item:hover .title {
  color: #D3C373;
  background-color: #221D19;
}
.case .list .item .img {
  width: 100%;
  overflow: hidden;
}
.case .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.case .list .item .title {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: #333;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
/*news*/
.news {
  padding: 50px 0 70px;
}
.news .list .item {
  display: flex;
  align-items: center;
  height: 200px;
  margin-bottom: 28px;
  background-color: #f7f7f7;
  transition: all 0.5s ease;
}
.news .list .item:last-child {
  margin-bottom: 50px;
}
.news .list .item:hover {
  background-color: #221D19;
}
.news .list .item:hover img {
  transform: scale(1.1);
}
.news .list .item:hover .content-wrap .info-wrap h6,
.news .list .item:hover .content-wrap .info-wrap .body {
  color: #D3C373;
}
.news .list .item:hover .content-wrap .date {
  color: #D3C373;
}
.news .list .item .img {
  width: 300px;
  height: 200px;
  overflow: hidden;
}
.news .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.news .list .item .content-wrap {
  flex: 1;
  display: flex;
  align-items: center;
}
.news .list .item .content-wrap .info-wrap {
  flex: 1;
  padding-left: 40px;
  padding-right: 120px;
}
.news .list .item .content-wrap .info-wrap h6 {
  padding-bottom: 20px;
  color: #333;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .list .item .content-wrap .info-wrap .body {
  color: #666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .list .item .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 90px;
  color: #221D19;
}
.news .list .item .date .day {
  line-height: 48px;
  padding-bottom: 16px;
  font-size: 48px;
  font-weight: bold;
}
.news .list .item .date .year {
  font-size: 18px;
}
.conditional-search {
  display: flex;
  align-items: center;
  height: 110px;
  margin-bottom: 40px;
  padding: 0 48px;
  background-color: #f7f7f7;
}
.conditional-search label {
  margin: 0 22px 0 0;
  color: #333333;
}
.conditional-search select,
.conditional-search input {
  height: 50px;
  margin-right: 20px;
  padding: 0 20px;
  color: #808080;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  outline: none;
  appearance: none;
  /*去掉下拉箭头*/
}
.conditional-search select {
  background-image: url('../img/icon-arrow.png');
  background-repeat: no-repeat;
  background-position: 94% center;
  cursor: pointer;
}
.conditional-search input[type=text] {
  margin-right: 20px;
}
.conditional-search button {
  width: 120px;
  height: 50px;
  color: #D3C373;
  border: none;
  outline: none;
  background-color: #221D19;
}
/*jobs*/
.jobs {
  padding: 50px 0 75px;
}
.jobs .list .item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 120px;
  margin-bottom: 30px;
  padding: 24px 20px 24px 35px;
  border: 1px solid #c9c9c9;
}
.jobs .list .item:hover .more-btn {
  color: #D3C373;
  background-color: #221D19;
}
.jobs .list .item .info-wrap {
  width: 30%;
}
.jobs .list .item .info-wrap .title {
  padding-bottom: 12px;
  color: #221d19;
  font-size: 24px;
}
.jobs .list .item .info-wrap .place {
  color: #666;
  font-size: 16px;
}
.jobs .list .item .date {
  flex: 1;
  align-self: flex-start;
  padding-top: 6px;
  color: #666;
  font-size: 14px;
}
.jobs .list .item .more-btn {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 16px;
  text-align: center;
  background-color: transparent;
  transition: all 0.3s ease;
}
/*contact*/
.contact {
  padding-top: 60px;
}
.contact h2 {
  padding-bottom: 10px;
  color: #221D19;
  font-size: 36px;
}
.contact .tips {
  padding-bottom: 35px;
  color: #666;
  font-size: 18px;
}
.contact ul {
  margin-bottom: 26px;
  padding-top: 20px;
}
.contact ul li {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}
.contact ul li .icon {
  width: 44px;
  height: 44px;
  overflow: hidden;
}
.contact ul li .icon img {
  width: 100%;
  height: 100%;
}
.contact ul li .info-wrap {
  flex: 1;
  padding-left: 20px;
}
.contact ul li .info-wrap .key {
  color: #666;
  font-size: 14px;
}
.contact ul li .info-wrap .val {
  color: #221D19;
  font-size: 20px;
}
.contact h3 {
  padding-bottom: 16px;
  color: #221D19;
  font-size: 24px;
}
.contact form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}
.contact form .form-group {
  margin-bottom: 0;
}
.contact form .form-group input {
  width: 100%;
  line-height: 54px;
  padding: 20px 0;
  color: #333;
  font-size: 14px;
  outline: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d2d2d2;
}
.contact form .form-group input[type=button] {
  width: 180px;
  line-height: 46px;
  margin-top: 60px;
  padding: 0;
  color: #D3C373;
  font-size: 16px;
  background-color: #221D19;
  outline: none;
  border: none;
}
.contact form .form-group textarea {
  width: 100%;
  height: 120px;
  padding: 20px 0;
  color: #333;
  font-size: 14px;
  resize: none;
  outline: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d2d2d2;
}
.contact form .form-group textarea::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(34, 29, 25, 0.2);
}
.contact form .form-group textarea::-webkit-scrollbar-thumb {
  background-color: #221D19;
  border-radius: 6px;
}
.contact .map {
  width: 100%;
  height: 520px;
  margin-top: 55px;
}
.contact .map .map-title {
  display: inline-block;
  margin-bottom: 10px;
  color: #221D19;
  font-size: 16px;
}
.contact .map .map-info {
  line-height: 18px;
  margin: 0;
  font-size: 12px;
  color: #000;
}
/*footer*/
.footer {
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #f7f7f7;
}
.footer .foot-nav {
  position: relative;
  margin-bottom: 0;
}
.footer .foot-nav > dt {
  padding-bottom: 30px;
}
.footer .foot-nav > dt .img {
  display: inline-block;
}
.footer .foot-nav > dt .img img {
  width: 100%;
  height: 100%;
}
.footer .foot-nav > dd {
  display: flex;
  margin: 0;
  padding-bottom: 6px;
  font-size: 16px;
}
.footer .foot-nav > dd:nth-last-child(4) {
  padding-bottom: 0;
}
.footer .foot-nav > dd:last-child {
  padding-bottom: 0;
}
.footer .foot-nav > dd dl {
  margin-bottom: 0;
  padding-top: 26px;
}
.footer .foot-nav > dd dl:last-child {
  margin-right: 0;
}
.footer .foot-nav > dd dl dt {
  padding-bottom: 16px;
}
.footer .foot-nav > dd dl dt .link {
  color: #333;
}
.footer .foot-nav > dd dl dd .link:hover {
  color: #221D19;
}
.footer .foot-nav > dd dl dd .link,
.footer .foot-nav > dd .link {
  color: #999;
  transition: all 1s ease;
}
.footer .foot-nav > dd .tel-text {
  color: #666;
}
.footer .foot-nav > dd .tel {
  color: #D3C373;
  font-family: Impact;
}
.footer .foot-code-wrap {
  display: flex;
  justify-content: flex-end;
}
.footer .foot-code-wrap .foot-code {
  color: #999;
  font-size: 16px;
  text-align: center;
}
.footer .foot-code-wrap .foot-code img {
  width: 132px;
}
.copyright {
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px 0;
  color: #999;
  font-size: 16px;
  background-color: #f7f7f7;
  border-top: 1px solid #d6d6d6;
}
.copyright .list {
  text-align: center;
}
.copyright .list .item {
  margin-right: 20px;
}
.copyright .list a {
  color: #999;
  transition: all 1s ease;
}
.copyright .list a:hover {
  color: #221D19;
}
/*media*/
@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
  .navbar-style .navbar {
    max-width: 1200px;
  }
  .navbar-style .navbar .nav-item {
    padding: 0 12px;
  }
  /*index*/
  #banner .banner-button-prev {
    left: 140px;
    width: 50px;
    height: 50px;
  }
  #banner .banner-button-next {
    right: 140px;
    width: 50px;
    height: 50px;
  }
  .product-center .tab li {
    min-width: 160px;
    line-height: 50px;
  }
  .product-center .product-list-wrap .list .first-item {
    width: 480px;
    height: auto;
  }
  .product-center .product-list-wrap .list .first-item .img {
    height: 420px;
  }
  .product-center .product-list-wrap .list .second-wrap {
    width: 720px;
    height: auto;
  }
  .product-center .product-list-wrap .list .second-wrap .item {
    width: 360px;
    height: auto;
  }
  .product-center .product-list-wrap .list .second-wrap .item .img {
    width: 200px;
    height: 200px;
  }
  .why-choose #choose .choose-slide {
    width: 325px;
  }
  .why-choose #choose .choose-slide .item .img {
    height: 219px;
  }
  .news-center .list .item {
    width: 285px;
  }
  .news-center .list .item .img {
    height: 207px;
  }
  .news-center .more-btn a {
    width: 160px;
    height: 50px;
    line-height: 50px;
  }
  .column .list .item {
    width: 386.667px;
  }
  .column .list .item .img {
    height: 208px;
  }
  .column .list .item .info-wrap {
    min-height: 118px;
  }
  /*honor*/
  .honor .list .item {
    width: 285px;
  }
  .honor .list .item .img {
    height: 200px;
  }
  /*history*/
  .history .history-wrap .item:nth-child(odd) {
    margin-left: 599px;
  }
  .history .history-wrap .item .info-wrap {
    width: 520px;
    height: 140px;
  }
  .history .history-wrap .item .info-wrap .info .year {
    line-height: 24px;
    font-size: 24px;
  }
  .history .history-wrap .item .info-wrap .info .content {
    font-size: 16px;
  }
  .history .history-wrap .item .info-wrap .img {
    width: 155px;
    height: 103px;
  }
  /*factory*/
  .factory #picture .img {
    height: 660px;
  }
  .factory #factory .factory-slide {
    width: 386.667px;
  }
  .factory #factory .factory-slide .img {
    height: 213px;
  }
  .factory #factory .factory-button-prev,
  .factory #factory .factory-button-next {
    height: 213px;
  }
  /*products*/
  .products .list .item {
    width: 285px;
  }
  .products .list .item .img {
    height: 243px;
  }
  /*case*/
  .case .list .item {
    width: 285px;
  }
  .case .list .item .img {
    height: 207px;
  }
  /*news*/
  .news .list .item .content-wrap .info-wrap h6 {
    width: 578px;
  }
  .conditional-search label {
    font-size: 18px;
  }
  .conditional-search select,
  .conditional-search input {
    width: 270px;
  }
  /*contact*/
  .contact form {
    width: 100%;
  }
  .contact form .form-group {
    width: 275px;
  }
  /*footer*/
  .footer .foot-nav > dt .img {
    width: 100%;
    height: auto;
  }
  .footer .foot-nav dl dd .link,
  .footer .foot-nav .link {
    font-size: 16px;
  }
  .footer .foot-nav > dd dl {
    margin-right: 25px;
  }
  .footer .foot-nav > dd .tel {
    font-size: 36px;
  }
}
@media (min-width: 1680px) {
  .container {
    max-width: 1630px;
  }
  .navbar-style .navbar {
    max-width: 1600px;
  }
  .navbar-style .navbar .nav-item {
    padding: 0 20px;
  }
  /*index*/
  #banner .banner-button-prev {
    left: 160px;
    width: 64px;
    height: 64px;
  }
  #banner .banner-button-next {
    right: 160px;
    width: 64px;
    height: 64px;
  }
  .product-center .tab li {
    min-width: 200px;
    line-height: 60px;
  }
  .product-center .product-list-wrap .list .first-item {
    width: 640px;
    height: 800px;
  }
  .product-center .product-list-wrap .list .first-item .img {
    height: 580px;
  }
  .product-center .product-list-wrap .list .second-wrap {
    width: 960px;
    height: 800px;
  }
  .product-center .product-list-wrap .list .second-wrap .item {
    width: 480px;
    height: 400px;
  }
  .product-center .product-list-wrap .list .second-wrap .item .img {
    width: 280px;
    height: 280px;
  }
  .why-choose #choose .choose-slide {
    width: 385px;
  }
  .why-choose #choose .choose-slide .item .img {
    height: 260px;
  }
  .news-center .list .item {
    width: 385px;
  }
  .news-center .list .item .img {
    height: 280px;
  }
  .news-center .more-btn a {
    width: 200px;
    height: 60px;
    line-height: 60px;
  }
  .column .list .item {
    width: 520px;
  }
  .column .list .item .img {
    height: 280px;
  }
  .column .list .item .info-wrap {
    min-height: 100px;
  }
  /*honor*/
  .honor .list .item {
    width: 385px;
  }
  .honor .list .item .img {
    height: 300px;
  }
  /*history*/
  .history .history-wrap .item:nth-child(odd) {
    margin-left: 799px;
  }
  .history .history-wrap .item .info-wrap {
    width: 720px;
    height: 185px;
  }
  .history .history-wrap .item .info-wrap .info .year {
    line-height: 36px;
    font-size: 36px;
  }
  .history .history-wrap .item .info-wrap .info .content {
    font-size: 18px;
  }
  .history .history-wrap .item .info-wrap .img {
    width: 210px;
    height: 140px;
  }
  /*factory*/
  .factory #picture .img {
    height: 880px;
  }
  .factory #factory .factory-slide {
    width: 385px;
  }
  .factory #factory .factory-slide .img {
    height: 260px;
  }
  .factory #factory .factory-button-prev,
  .factory #factory .factory-button-next {
    height: 260px;
  }
  /*products*/
  .products .list .item {
    width: 385px;
  }
  .products .list .item .img {
    height: 345px;
  }
  /*case*/
  .case .list .item {
    width: 385px;
  }
  .case .list .item .img {
    height: 280px;
  }
  /*news*/
  .news .list .item .content-wrap .info-wrap h6 {
    width: 975px;
  }
  .conditional-search label {
    font-size: 20px;
  }
  .conditional-search select,
  .conditional-search input {
    width: 394px;
  }
  /*contact*/
  .contact form {
    width: 670px;
  }
  .contact form .form-group {
    width: 300px;
  }
  /*footer*/
  .footer .foot-nav > dt .img {
    width: 440px;
    height: 80px;
  }
  .footer .foot-nav > dd dl {
    margin-right: 70px;
  }
}
@media (max-width: 1024px) {
  .navbar-style .navbar .nav-item {
    padding: 0 6px;
  }
  /*index*/
  #banner .banner-button-prev {
    left: 120px;
    width: 45px;
    height: 45px;
  }
  #banner .banner-button-next {
    right: 120px;
    width: 45px;
    height: 45px;
  }
  .product-center .tab li {
    min-width: 160px;
    line-height: 50px;
  }
  .product-center .product-list-wrap .list .first-item {
    width: 372px;
    height: auto;
  }
  .product-center .product-list-wrap .list .first-item .img {
    height: 312px;
  }
  .product-center .product-list-wrap .list .second-wrap {
    width: 558px;
    height: auto;
  }
  .product-center .product-list-wrap .list .second-wrap .item {
    width: 279px;
    height: auto;
  }
  .product-center .product-list-wrap .list .second-wrap .item .img {
    width: 148px;
    height: 148px;
  }
  .why-choose #choose .choose-slide {
    width: 325px;
  }
  .why-choose #choose .choose-slide .item .img {
    height: 219px;
  }
  .news-center .list .item {
    width: 217.5px;
  }
  .news-center .list .item .img {
    height: 158px;
  }
  .news-center .more-btn a {
    width: 160px;
    height: 50px;
    line-height: 50px;
  }
  .about-us .content {
    width: 100%;
  }
  .column .list .item {
    width: 296.6667px;
  }
  .column .list .item .img {
    height: 160px;
  }
  .column .list .item .info-wrap {
    min-height: 118px;
  }
  /*honor*/
  .honor .list .item {
    width: 217.5px;
  }
  .honor .list .item .img {
    height: 150px;
  }
  /*history*/
  .history .history-wrap .item:nth-child(odd) {
    margin-left: 464px;
  }
  .history .history-wrap .item .info-wrap {
    width: 380px;
    height: 140px;
  }
  .history .history-wrap .item .info-wrap .img {
    width: 155px;
    height: 103px;
  }
  /*factory*/
  .factory #picture .img {
    height: 511.5px;
  }
  .factory #factory .factory-slide {
    width: 296.667px;
  }
  .factory #factory .factory-slide .img {
    height: 163px;
  }
  .factory #factory .factory-button-prev,
  .factory #factory .factory-button-next {
    height: 163px;
  }
  /*products*/
  .products .list .item {
    width: 217.5px;
  }
  .products .list .item .img {
    height: 175.5px;
  }
  /*case*/
  .case .list .item {
    width: 217.5px;
  }
  .case .list .item .img {
    height: 158px;
  }
  /*news*/
  .news .list .item {
    height: 180px;
  }
  .news .list .item .content-wrap .info-wrap h6 {
    width: 338px;
  }
  .news .list .item .img {
    width: 270px;
    height: 180px;
  }
  .conditional-search label {
    font-size: 18px;
  }
  .conditional-search select,
  .conditional-search input {
    width: 180px;
  }
  /*jobs*/
  .jobs .list .item .info-wrap {
    width: 50%;
  }
  .jobs .list .item .info-wrap .title {
    font-size: 20px;
  }
  /*contact*/
  .contact form {
    width: 100%;
  }
  .contact form .form-group {
    width: 100%;
  }
  .contact form .form-group input {
    padding: 0;
  }
  /*footer*/
  .footer .foot-nav > dd dl {
    margin-right: 60px;
  }
  .footer .foot-nav > dd dl:first-child {
    margin-left: 0;
  }
  .footer .foot-nav > dd .tel {
    font-size: 36px;
  }
  .footer .foot-code-wrap {
    padding-top: 26px;
  }
}
@media (min-width: 1024px) {
  .dropdown-toggle::after {
    display: none;
  }
}
@media (min-width: 768px) {
  /*product*/
  .product-center .sidebar .navbar-toggler {
    display: none;
  }
}
@media (max-width: 768px) {
  /*page-banner*/
  .page-banner {
    height: 350px;
  }
  .page-banner .page-title-wrap {
    padding-top: 145px;
  }
  .page-banner .page-title-wrap h1 {
    font-size: 36px;
  }
  .page-banner .page-title-wrap span {
    width: 40px;
  }
  /*page-sub-nav*/
  .page-sub-nav ul {
    height: 60px;
    font-size: 16px;
  }
  .page-sub-nav ul li a {
    min-width: 140px;
    line-height: 60px;
  }
  /*pager*/
  .pager a {
    min-width: 30px;
    line-height: 28px;
  }
  .navbar-style .navbar-brand img {
    height: 32px;
  }
  .navbar-style .navbar-collapse {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 0 20px;
    width: 100%;
    max-height: 95vh;
    z-index: 10000000;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.12);
  }
  .navbar-style .dropdown-menu {
    left: 0;
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
  .navbar-style .dropdown-menu .dropdown-item {
    padding: 0 20px;
    color: #666;
    border: none;
    text-align: left;
  }
  .navbar-style .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #221D19;
  }
  .navbar-style .navbar {
    border-bottom: 1px solid #d6d6d6;
  }
  .navbar-style .navbar .nav-item {
    position: relative;
    padding: 0 10px;
  }
  .navbar-style .navbar .nav-item:hover .nav-link {
    color: #221D19;
    border-bottom-color: transparent;
  }
  .navbar-style .navbar .nav-item .nav-link {
    padding: 10px 0;
    font-size: 16px;
  }
  .navbar-style .navbar .nav-item.active .nav-link {
    border: none;
  }
  .navbar-style .navbar .search {
    padding: 0 10px;
    border: none;
  }
  .navbar-style .navbar .search .open-search {
    display: none;
  }
  .navbar-style .navbar .search .form-wrap {
    display: flex;
    align-items: center;
    position: unset;
    height: 50px;
    margin: 10px 0 20px;
    padding: 10px;
    box-sizing: border-box;
  }
  .navbar-style .navbar .search .form-wrap.show {
    display: flex;
  }
  .navbar-style .navbar .search .form-wrap .icon {
    width: 18px;
    height: 18px;
  }
  .navbar-style .navbar .search .form-wrap form {
    margin-right: 0;
    padding: 0;
    border: none;
  }
  .navbar-style .navbar .search .form-wrap > .icon {
    display: none;
  }
  /*index*/
  #banner .banner-button-prev {
    left: 80px;
    width: 35px;
    height: 35px;
  }
  #banner .banner-button-next {
    right: 80px;
    width: 35px;
    height: 35px;
  }
  #banner .swiper-pagination {
    bottom: 10px;
  }
  #banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .product-center .product-list-wrap .list {
    flex-wrap: wrap;
  }
  .product-center .product-list-wrap .list .first-item {
    width: 100%;
  }
  .product-center .product-list-wrap .list .first-item .img {
    height: 630px;
  }
  .product-center .product-list-wrap .list .second-wrap {
    width: 100%;
  }
  .product-center .product-list-wrap .list .second-wrap .item {
    width: 50%;
  }
  .product-center .product-list-wrap .list .second-wrap .item .img {
    width: 262px;
    height: 262px;
  }
  .news-center .list {
    flex-wrap: wrap;
  }
  .news-center .list .item {
    width: 335px;
  }
  .news-center .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .news-center .list .item .img {
    height: 244px;
  }
  .column .list {
    flex-wrap: wrap;
  }
  .column .list .item {
    width: 335px;
    margin-bottom: 20px;
  }
  .column .list .item:nth-child(2) {
    margin-right: 0;
  }
  .column .list .item:last-child {
    width: 100%;
  }
  .column .list .item:last-child .img {
    height: 372px;
  }
  .column .list .item .img {
    height: 180px;
  }
  /*honor*/
  .honor .list .item {
    width: 335px;
  }
  .honor .list .item .img {
    height: 250px;
  }
  /*history*/
  .history .history-wrap .item {
    flex-direction: row-reverse;
    width: 100%;
    padding-bottom: 20px;
    border-left: 1px solid #bfbfbf;
    border-right: 0;
  }
  .history .history-wrap .item:nth-child(odd) {
    margin-left: 0;
  }
  .history .history-wrap .item .info-wrap {
    width: 600px;
    height: 140px;
  }
  .history .history-wrap .item .info-wrap .img {
    width: 155px;
    height: 103px;
  }
  .history .history-wrap .item .node-wrap {
    flex-direction: row-reverse;
    left: 0;
  }
  /*factory*/
  .factory #picture .img {
    height: 380px;
  }
  .factory #factory .factory-slide {
    width: 335px;
  }
  .factory #factory .factory-slide .img {
    height: 184px;
  }
  .factory #factory .factory-button-prev,
  .factory #factory .factory-button-next {
    height: 184px;
  }
  /*products*/
  .products .list .item {
    width: 335px;
  }
  .products .list .item .img {
    height: 293px;
  }
  /*case*/
  .case .list .item {
    width: 335px;
  }
  .case .list .item .img {
    height: 244px;
  }
  /*news*/
  .news .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news .list .item {
    flex-wrap: wrap;
    width: 48.5%;
    height: auto;
  }
  .news .list .item:last-child {
    margin-bottom: 28px;
  }
  .news .list .item .content-wrap {
    width: 100%;
    padding: 20px;
  }
  .news .list .item .content-wrap .info-wrap {
    width: 75%;
    padding: 0 20px 0 0;
  }
  .news .list .item .content-wrap .info-wrap h6 {
    width: 100%;
    padding-bottom: 12px;
    font-size: 16px;
  }
  .news .list .item .content-wrap .info-wrap .body {
    margin-bottom: 0;
    font-size: 14px;
  }
  .news .list .item .img {
    width: 100%;
    height: auto;
  }
  .news .list .item .date {
    padding-right: 0;
  }
  .news .list .item .date .day {
    line-height: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .news .list .item .date .year {
    font-size: 14px;
  }
  .conditional-search {
    height: 80px;
    padding: 0 20px;
  }
  .conditional-search label {
    display: none;
  }
  .conditional-search select,
  .conditional-search input {
    width: 166px;
  }
  .conditional-search button {
    width: 90px;
  }
  /*footer*/
  .footer .foot-nav > dd dl {
    margin-right: 45px;
  }
  .footer .foot-code-wrap {
    justify-content: flex-start;
  }
  .copyright .list {
    text-align: left;
  }
  .copyright .list .item {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  /*index-title*/
  .index-title h2 {
    font-size: 24px;
  }
  /*page-banner*/
  .page-banner {
    height: 200px;
  }
  .page-banner .page-title-wrap {
    padding-top: 78px;
  }
  .page-banner .page-title-wrap h1 {
    font-size: 30px;
  }
  .page-banner .page-title-wrap span {
    width: 30px;
  }
  /*page-sub-nav*/
  .page-sub-nav ul {
    height: 50px;
    font-size: 14px;
  }
  .page-sub-nav ul li a {
    min-width: 120px;
    line-height: 50px;
  }
  /*page-sub-title*/
  .page-sub-title h2 {
    font-size: 30px;
  }
  .page-sub-title span {
    width: 40px;
  }
  /*around*/
  .around {
    justify-content: flex-start;
  }
  .around .item {
    width: 100%;
    margin: 0;
  }
  /*index*/
  #banner .banner-button-prev {
    left: 25px;
    width: 25px;
    height: 25px;
  }
  #banner .banner-button-next {
    right: 25px;
    width: 25px;
    height: 25px;
  }
  .product-center {
    padding: 50px 0;
  }
  .product-center .tab {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
  }
  .product-center .tab li {
    display: inline-block;
    min-width: 120px;
    line-height: 34px;
    margin: 0 5px;
    font-size: 16px;
  }
  .product-center .product-list-wrap .list .first-item {
    width: 100%;
    padding: 30px 0 18px;
  }
  .product-center .product-list-wrap .list .first-item .img {
    width: 250px;
    height: 250px;
    margin: 0 auto;
  }
  .product-center .product-list-wrap .list .first-item .info-wrap {
    padding: 14px 0 0;
  }
  .product-center .product-list-wrap .list .first-item .info-wrap .title {
    padding: 0 20px 6px;
    font-size: 16px;
  }
  .product-center .product-list-wrap .list .first-item .info-wrap .tips {
    padding: 0 20px;
  }
  .product-center .product-list-wrap .list .second-wrap .item {
    width: 100%;
  }
  .product-center .product-list-wrap .list .second-wrap .item .img {
    width: 250px;
    height: 250px;
  }
  .product-center .product-list-wrap .list .second-wrap .item .info-wrap .title {
    font-size: 16px;
  }
  .why-choose {
    padding-top: 50px;
    height: 550px;
  }
  .why-choose #choose {
    padding-top: 30px;
  }
  .why-choose #choose .choose-slide {
    width: 90%;
  }
  .why-choose #choose .choose-slide .item .img {
    height: 209px;
  }
  .why-choose #choose .choose-slide .info-wrap .title {
    font-size: 18px !important;
  }
  .news-center {
    padding: 50px 0;
  }
  .news-center .list .item {
    width: 100%;
    margin-right: 0;
  }
  .news-center .list .item .img {
    height: 250px;
  }
  .news-center .more-btn a {
    width: 120px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
  }
  .about-us {
    padding-top: 50px;
    height: 420px;
  }
  .about-us .content {
    font-size: 14px;
  }
  .about-us .more-btn a {
    width: 120px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
  }
  .column {
    padding: 50px 0;
  }
  .column .list .item {
    width: 100%;
    margin-right: 0;
  }
  .column .list .item:last-child .img {
    height: auto;
  }
  .column .list .item .img {
    height: auto;
  }
  .column .list .item .info-wrap .title {
    font-size: 16px;
  }
  /*about*/
  .about {
    padding: 50px 0;
  }
  .about .img img {
    width: 100%;
  }
  /*honor*/
  .honor .list .item {
    width: 48%;
  }
  .honor .list .item .img {
    height: 145px;
  }
  /*history*/
  .history {
    padding: 50px 0;
  }
  .history .history-wrap {
    padding-left: 20px;
  }
  .history .history-wrap .item {
    padding-left: 50px;
  }
  .history .history-wrap .item .info-wrap {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .history .history-wrap .item .info-wrap:nth-child(odd) {
    padding: 20px;
  }
  .history .history-wrap .item .info-wrap:nth-child(odd) .info {
    padding-right: 0;
  }
  .history .history-wrap .item .info-wrap .info {
    padding-top: 15px;
    padding-left: 0;
    text-align: left;
  }
  .history .history-wrap .item .info-wrap .info .year {
    line-height: 24px;
    font-size: 24px;
  }
  .history .history-wrap .item .info-wrap .info .content {
    font-size: 16px;
  }
  .history .history-wrap .item .info-wrap .img {
    width: 100%;
    height: auto;
  }
  .history .history-wrap .item .node-wrap {
    width: 40px;
  }
  .history .history-wrap .item .node-wrap .round {
    width: 18px;
    height: 18px;
  }
  .history .history-wrap .item .node-wrap .line {
    width: 22px;
  }
  /*factory*/
  .factory #picture {
    margin-bottom: 20px;
  }
  .factory #picture .img {
    height: 190px;
  }
  .factory #factory .factory-slide {
    width: 40%;
    margin-right: 10px;
  }
  .factory #factory .factory-slide .img {
    height: 80px;
  }
  .factory #factory .factory-button-prev,
  .factory #factory .factory-button-next {
    width: 30px;
    height: 80px;
    background-size: 16px;
  }
  /*products*/
  .products {
    padding: 50px 0;
  }
  .products .list .item {
    width: 48%;
    margin-bottom: 20px;
  }
  .products .list .item .img {
    height: 123.59px;
  }
  .products .list .item .title {
    padding-top: 20px;
    font-size: 16px;
  }
  /*case*/
  .case {
    padding: 50px 0;
  }
  .case .list {
    flex-wrap: wrap;
  }
  .case .list .item {
    width: 100%;
  }
  .case .list .item .img {
    height: 250px;
  }
  /*news*/
  .news {
    padding: 50px 0;
  }
  .news .list .item {
    width: 100%;
  }
  .news .list .item .content-wrap {
    width: 100%;
  }
  .news .list .item .img {
    height: 230px;
  }
  .conditional-search {
    flex-wrap: wrap;
    height: auto;
    padding: 20px;
  }
  .conditional-search select,
  .conditional-search input {
    width: 100%;
    height: 46px;
    margin-bottom: 15px;
    margin-right: 0 !important;
  }
  .conditional-search button {
    width: 100%;
  }
  /*jobs*/
  .jobs .list .item {
    flex-wrap: wrap;
    height: auto;
    padding: 20px;
  }
  .jobs .list .item .info-wrap {
    width: 100%;
  }
  .jobs .list .item .info-wrap .title {
    padding-bottom: 6px;
    font-size: 18px;
  }
  .jobs .list .item .date {
    flex: auto;
    width: 100%;
    padding: 10px 0 20px;
  }
  .jobs .list .item .more-btn {
    border: 1px solid #c9c9c9;
  }
  /*contact*/
  .contact {
    padding-top: 50px;
  }
  .contact h2 {
    font-size: 24px;
  }
  .contact .tips {
    font-size: 16px;
  }
  .contact ul {
    padding-top: 0;
  }
  .contact ul li {
    padding-bottom: 30px;
  }
  .contact ul li .icon {
    width: 38px;
    height: 38px;
  }
  .contact ul li .info-wrap .val {
    font-size: 16px;
  }
  .contact .map {
    height: 250px;
  }
  /*footer*/
  .footer .foot-nav dl dd .link,
  .footer .foot-nav .link {
    font-size: 14px;
  }
  .footer .foot-nav dl dt .link {
    font-size: 16px;
  }
  .footer .foot-nav .tel {
    font-size: 24px;
  }
  .footer .foot-nav > dd {
    flex-wrap: wrap;
  }
  .footer .foot-nav > dd dl {
    width: 100%;
    margin-right: 0;
  }
  .footer .foot-nav > dd dl dd {
    display: inline-block;
    padding-right: 14px;
  }
  .footer .foot-code-wrap .foot-code {
    font-size: 14px;
  }
  .copyright {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */